home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 8textre.helpfoot < prev    next >
Text File  |  1991-10-23  |  2KB  |  24 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \textreferencestyle COMMAND                    |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The  \textreferencestyle  command  is  always  used  in  conjunction  with  the
  6. \footnoteformat  (\fnf) command,  and will  determine  the style  in which  the
  7. footnote reference numbers within the text are printed.  There are six possible
  8. text numbering styles:                                                         
  9.        \textreferencestyle{1}    for numbered footnotes "1, 2, 3, ..."         
  10.        \textreferencestyle{1.}   for numbered footnotes "1., 2., 3., ..."      
  11.        \textreferencestyle{(1)}  for numbered footnotes "(1), (2), (3), ..."   
  12.        \textreferencestyle{a}    for lettered footnotes "a, b, c, ..."         
  13.        \textreferencestyle{a.}   for lettered footnotes "a., b., c., ..."      
  14.        \textreferencestyle{(a)}  for lettered footnotes "(a), (b), (c), ..."   
  15.                                                                                
  16. The format for the \textreferencestyle command is:                             
  17.                                                                                
  18.           \footnoteformat{                                                     
  19.           \textreferencestyle{xx}                                              
  20.           }                                                                    
  21.                                                                                
  22. Where "xx" is one of the six valid style designations given above.  The default
  23. is \textreferencestyle{1}.                                                     
  24.